{
"match": true,
"comment": "Header name is case insensitive",
"expected" : {
"method": "POST",
"path": "/path",
"query": {},
"headers": {
"Accept": "alligators"
}
},
"actual": {
"method": "POST",
"path": "/path",
"query": {},
"headers": {
"ACCEPT": "alligators"
}
}
}